-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ENH: filter grants collection for co-PIs of person #26
base: recent_collaborators
Are you sure you want to change the base?
ENH: filter grants collection for co-PIs of person #26
Conversation
- working on fixing cells with data validation
- reformatted the names into Last, First format - sorted the names by alphabetical order (by last name)
- added .idea to .gitignore - modified coabuilder.py: added option for finding collaborators within 48 months from a provided "to date"
… files). Test passed for now."
coabuilder.py modifications (see below)
…into recent_collaborators
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this needs a bit of discussion. I am not too happy about this filter function in the first place. I think it is supposed to return a list of grants that contain a person but it is clujy. We might want to split it up and for example, filter for "all the grants that a person is in" which should return a list of grants. Let's maybe schedule a call for this.
Sorry I am a bit confused now. Then it seems like your original filter function could already do that? or maybe I am wrong? We could input the |
no, my original filter is not good, I wonder if this is a good time to fix
it.
…On Wed, Mar 18, 2020 at 4:29 PM longyang ***@***.***> wrote:
Sorry I am a bit confused now. Then it seems like your original filter
function could already do that? or maybe I am wrong? We could input the
names as the person name you want, then the output grants are the grants
includes that person.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#26 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABAOWUL5SOVY4O2EKCPUSYLRIEVJRANCNFSM4LOYC5JQ>
.
--
Professor Simon Billinge
Columbia University
|
I see. can you write some more detailed words on what you want from this function? inputs and outputs expected. |
let me think about it and I can give a guidance
…On Wed, Mar 18, 2020 at 4:39 PM longyang ***@***.***> wrote:
I see. can you write some more detailed words on what you want from this
function? inputs and outputs expected.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#26 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABAOWUOSEDC32VOWPP3WBTLRIEWQBANCNFSM4LOYC5JQ>
.
--
Professor Simon Billinge
Columbia University
|
13a36ad
to
3e0ebc5
Compare
7ee23f8
to
7983fdc
Compare
@sbillinge , this PR is to close issue regro#298 that @rohanpok and I worked together. Please review and merge.
We use
co_pis
dictionary to record every co-PIs grant amount.